home *** CD-ROM | disk | FTP | other *** search
/ Alpha CD-ROM Bonus Pack / Alpha CD-ROM Bonus Pack.iso / life / shared.dir / 00496_Wait 4 Snd 2 Finish (Frame Script).ls < prev    next >
Encoding:
Text File  |  1995-01-16  |  104 b   |  9 lines

  1. on exitFrame
  2.   set t to the timer
  3.   if t < 531 then
  4.     go(the frame)
  5.   else
  6.     nothing()
  7.   end if
  8. end
  9.